From d6fe825b97cf23d3214f61beaf356bf75bfe5001 Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Mon, 30 Jan 2023 21:20:34 +0100 Subject: [PATCH] d/xen-utils-common.xendomains.default: adjust to upstream template Xen upstream sets XENDOMAINS_MIGRATE to any empty string be default. Do the same in our template file. Signed-off-by: Maximilian Engelhardt --- debian/xen-utils-common.xendomains.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/xen-utils-common.xendomains.default b/debian/xen-utils-common.xendomains.default index 84d8ccf5af..45b5f450d3 100644 --- a/debian/xen-utils-common.xendomains.default +++ b/debian/xen-utils-common.xendomains.default @@ -7,7 +7,7 @@ # If migration succeeds, neither SAVE nor SHUTDOWN will be executed for # that domain. # -# XENDOMAINS_MIGRATE= +XENDOMAINS_MIGRATE="" # Directory to save running domains to when the system (dom0) is # shut down. Will also be used to restore domains from if # XENDOMAINS_RESTORE -- 2.30.2